home *** CD-ROM | disk | FTP | other *** search
- // Installation script for Midnight Chess 1.0a for Windows CE (shareware version).
-
- // Copy the two files associated with the application
- copy . . "Midnight Chess.exe"
- copy . \Windows "Midnight Chess Help.htc"
- copy . \Windows Mch_comm.htp
- copy . \Windows Mch_fdbk.htp
- copy . \Windows Mch_note.htp
- copy . \Windows Mch_play.htp
- copy . \Windows Mch_src.htp
- copy . \Windows Mch_reg.htp
-
- // Create a shortcut on the desktop to the application
- createShortcut \Windows\Desktop "Midnight Chess.lnk" . "Midnight Chess.exe"
- createShortcut \Windows\Programs "Midnight Chess.lnk" . "Midnight Chess.exe"
-
- // Exit the script
- exit